crypto/tls.serverHelloMsg.ticketSupported (field)
8 uses
crypto/tls (current package)
handshake_client.go#L991: if !hs.serverHello.ticketSupported {
handshake_client_tls13.go#L189: hs.serverHello.ticketSupported ||
handshake_messages.go#L720: ticketSupported bool
handshake_messages.go#L745: if m.ticketSupported {
handshake_messages.go#L904: m.ticketSupported = true
handshake_server.go#L529: hs.hello.ticketSupported = true
handshake_server.go#L558: hs.hello.ticketSupported = hs.clientHello.ticketSupported && !c.config.SessionTicketsDisabled
handshake_server.go#L816: if !hs.hello.ticketSupported {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |